VBA when replying mailitem with Outlook Template( .oft ),  The  Images from The Template Don't Display

VBA  when replying  mailitem with Outlook Template( .oft ),  if the template include image,   the  images will miss within the replying mail.

Any help would be highly appreciated!


Sub Reply()

Dim Original As Outlook.MailItem
Dim Reply As Outlook.MailItem
Set Original = Application.ActiveExplorer.Selection(1).Reply
Set Reply = Application.CreateItemFromTemplate("C:\Mail.oft")

Original.HTMLBody = Reply.HTMLBody & Original.HTMLBody
Original.Display
End Sub





July 2nd, 2015 9:50pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics